home *** CD-ROM | disk | FTP | other *** search
- COMMAND MERGE2
- -----------------------------------------------------------------
- Purpose: Erase unnecessary points and edges (very fast)
- Usage: MERGE2(<objectID>)
- Examples: merge2(3)
- Notes: 1. This merge-algorithm uses quicksort and some other tricks
- (Well, I'm proud of it) - so it needs more memory
- than MERGE (But who cares)
- 2. It may fail (crash?) on objects with "illegal" points
- or edges
- 3. This is procedure is used used if the parameter
- OPTEDGES is set-because it's very fast now
- you (LW-users) can set this option without doubts
- (Now Dust should be the FASTEST object-converter.)
-